GrapeCity.Xaml.SpreadSheet.Data
Item Property (FloatingObjectCollection<T>)


The name.
Gets or sets the floating object with the specified name.
Syntax
'Declaration
 
Public Shadows Default Property Item( _
   ByVal name As String _
) As T
'Usage
 
Dim instance As FloatingObjectCollection(Of T)
Dim name As String
Dim value As T
 
instance.Item(name) = value
 
value = instance.Item(name)
public new T this[ 
   string name
]; {get; set;}

Parameters

name
The name.

Property Value

The floating object.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionvalue
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

FloatingObjectCollection<T> Class
FloatingObjectCollection<T> Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options